-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ignore tags from other branches #100
Conversation
Added potential fix to pull request as independent commit. |
Codecov Report
@@ Coverage Diff @@
## master #100 +/- ##
==========================================
+ Coverage 22.24% 25.22% +2.98%
==========================================
Files 15 15
Lines 625 654 +29
==========================================
+ Hits 139 165 +26
- Misses 466 467 +1
- Partials 20 22 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
The ci commit is a throw away. I just wanted to demonstrate this pull requests passes the ci checks. |
lgtm, can you rebase @masonkatz cc/ @djgilcrease as well |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Will never once the conflicts are resolved |
TestOffBranchTags creates a repo with a master and develop branch, and alternates commits on the branches. The resulting changelog from the master branch should only have those versions/commits.
Rebased It looks like the ci is in flux right now -- see the linter failing on code outside of this commit. |
addresses issue #99
TestOffBranchTags creates a repo with a master and develop branch, and alternates commits on the branches. The resulting changelog from the master branch should only have those versions/commits.
This is only a test that shows the issue.